lcBlockGetNextEnt Home

Returns a handle to the graphic object that is placed after the specified object.

 HANDLE lcBlockGetNextEnt (
   HANDLE hBlock,
   HANDLE hEnt
 );

Parameters
hBlock
  Handle to a block.
hEnt
  Handle to a graphic object.

Return Value

  Handle to the graphic object that is placed after hEnt in the the block.
If there are no objects after hEnt, the function returns NULL.

Remarks

  By default, the function don't retrieve an object which is marked as "deleted" (LC_PROP_ENT_DELETED). In order to retrieve it, set property LC_PROP_G_GETDELENT to TRUE.

See Also

  lcBlockGetFirstEntlcBlockGetLastEntlcBlockGetPrevEnt